home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 5-Fonts & Software / HyperCard 1.2.5 / Help Stacks / Help / card_84781.txt < prev    next >
Text File  |  1989-09-06  |  2KB  |  105 lines

  1. -- card: 84781 from stack: in
  2. -- bmap block id: 9590
  3. -- flags: 0000
  4. -- background id: 4507
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=246 top=177 right=201 bottom=275
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   setCrossReference
  23.   go to card id 136452
  24. end mouseUp
  25.  
  26.  
  27.  
  28.  
  29. -- part 2 (button)
  30. -- low flags: 00
  31. -- high flags: 8003
  32. -- rect: left=39 top=244 right=268 bottom=126
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: Frog jump
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   put the userLevel into saveLevel
  44.   set the userLevel to 3
  45.   if the userLevel < 3 then exit mouseUp
  46.   choose lasso tool
  47.   click at 442,290 with commandKey -- select the frog
  48.   play boing c e f g d c e f g c
  49.   set dragSpeed to 400
  50.   drag from 442,290 to 385,201
  51.   drag from 385,201 to 330,296
  52.   drag from 330,296 to 321,136
  53.   drag from 321,136 to 198,208
  54.   drag from 198,208 to 114,58
  55.   drag from 114,58 to 36,296
  56.   drag from 36,296 to 199,143
  57.   drag from 199,143 to 305,264
  58.   drag from 305,264 to 439,183
  59.   drag from 439,183 to 442,290
  60.   click at 1,1   -- remove the selection
  61.   doMenu "Revert"
  62.   choose browse tool
  63.   set the userLevel to saveLevel
  64. end mouseUp
  65.  
  66.  
  67.  
  68. -- part contents for background part 2
  69. ----- text -----
  70. Drag
  71.  
  72. -- part contents for background part 1
  73. ----- text -----
  74. Drag from h, v to h, v [with shiftKey | optionKey | commandKey]
  75.  
  76.  
  77. The same as if you had dragged manually.  You don't need to click first.  Available with any tool.  See also the click command.*
  78.  
  79. Choose line tool
  80. Drag from 100, 200 to 150, 250
  81.  
  82. choose select tool
  83. drag from 430,280 to 440,290
  84.  
  85.  
  86. -- part contents for background part 44
  87. ----- text -----
  88. Form
  89.  
  90.  
  91.  
  92. What it does
  93.  
  94.  
  95.  
  96. Examples
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103. -- part contents for background part 43
  104. ----- text -----
  105. 337,122